toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]ShowContextMenuCallback
/
Action
Action
class
Action
:
AsyncCallbackAction
<
R
>
An action providing a response to the
ShowContextMenuCallback
.
Members
Constructors
Action
Link copied to clipboard
constructor
(
consumer
:
Consumer
<
Response
>
)
Functions
close
Link copied to clipboard
open
fun
close
(
)
Close the context menu without selecting any context menu item.
is
Closed
Link copied to clipboard
fun
isClosed
(
)
:
Boolean
Returns
true
if this action is closed.
select
Link copied to clipboard
open
fun
select
(
item
:
ContextMenuItem
)
Select the
item
.